home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / lvo / cardres_lvo.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  687b  |  29 lines

  1. #ifndef _LVO_CARDRES_LIB_H
  2. #define _LVO_CARDRES_LIB_H
  3.  
  4. /*
  5.  *  $VER: cardres_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_OwnCard    (-0x6)
  11. #define    LVO_ReleaseCard    (-0xC)
  12. #define    LVO_GetCardMap    (-0x12)
  13. #define    LVO_BeginCardAccess    (-0x18)
  14. #define    LVO_EndCardAccess    (-0x1E)
  15. #define    LVO_ReadCardStatus    (-0x24)
  16. #define    LVO_CardResetRemove    (-0x2A)
  17. #define    LVO_CardMiscControl    (-0x30)
  18. #define    LVO_CardAccessSpeed    (-0x36)
  19. #define    LVO_CardProgramVoltage    (-0x3C)
  20. #define    LVO_CardResetCard    (-0x42)
  21. #define    LVO_CopyTuple    (-0x48)
  22. #define    LVO_DeviceTuple    (-0x4E)
  23. #define    LVO_IfAmigaXIP    (-0x54)
  24. #define    LVO_CardForceChange    (-0x5A)
  25. #define    LVO_CardChangeCount    (-0x60)
  26. #define    LVO_CardInterface    (-0x66)
  27.  
  28. #endif
  29.